projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af4933
)
(tooltip-delay): Decrease to 0.7.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Nov 2001 16:59:11 +0000
(16:59 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Nov 2001 16:59:11 +0000
(16:59 +0000)
(tooltip-hide-delay): Enlarge to 10.
lisp/tooltip.el
patch
|
blob
|
history
diff --git
a/lisp/tooltip.el
b/lisp/tooltip.el
index 9e11ddac5fb477febe3cc1113ab8449d58dac71d..517de9b59bd04b6105e021b77a98ad12f2dda7cd 100644
(file)
--- a/
lisp/tooltip.el
+++ b/
lisp/tooltip.el
@@
-47,7
+47,7
@@
(defvar tooltip-mode)
-(defcustom tooltip-delay
1.0
+(defcustom tooltip-delay
0.7
"Seconds to wait before displaying a tooltip the first time."
:tag "Delay"
:type 'number
@@
-69,7
+69,7
@@
Do so after `tooltip-short-delay'."
:group 'tooltip)
-(defcustom tooltip-hide-delay
5
+(defcustom tooltip-hide-delay
10
"Hide tooltips automatically after this many seconds."
:tag "Hide delay"
:type 'number